home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportComMeta$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  805 b   |  17 lines

  1. package com.extensibility.convert;
  2.  
  3. import com.extensibility.util.StringUtilities;
  4.  
  5. class ImportComMeta$2 implements StringUtilities.StringAccessor {
  6.    // $FF: synthetic field
  7.    final ImportComMeta this$0;
  8.  
  9.    public String getString(Object var1) {
  10.       return ((ImportComMeta.LibInfo)var1).getShortName();
  11.    }
  12.  
  13.    ImportComMeta$2(ImportComMeta var1) {
  14.       this.this$0 = var1;
  15.    }
  16. }
  17.